-
Notifications
You must be signed in to change notification settings - Fork 489
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: skip window.ipfs #845
Conversation
Web UI wants all the privileges. With window.ipfs the files view gets silo'd to the files added _in this origin_ so it's gonna cause confusion. This PR updates thing to use the new ipfs-redux-bundle and skips window.ipfs in the provider checks. Also adds an identity bundle as we no longer use /id as the ipfs connection test, to move us towards supporting the read-only api where it is all that is available. License: MIT Signed-off-by: Oli Evans <oli@tableflip.io>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested with ipfs-inactive/ipfs-redux-bundle#15 and works as expected 👍
Small nitpick:
Previously, window.ipfs
was a link to companion repo, but the new label is no longer clickable:
Was that on purpose, or just lost in refactor? I think it was quite useful, hinting at users to learn more etc ;)
Good point! I need to update the providers list. |
@olizilla I'm just wondering: going directly to IPFS Companion's instance of IPFS is easy. Won't other apps be able to do the same? |
@hacdias the "direct from companion" option only works if your app as been bundled with companion. |
@olizilla awesome then 😄 |
also add provider info for ipfs-companion License: MIT Signed-off-by: Oli Evans <oli@tableflip.io>
License: MIT Signed-off-by: Oli Evans <oli@tableflip.io>
blocked on
Web UI wants all the privileges. With window.ipfs the files view
gets silo'd to the files added in this origin so it's gonna
cause confusion.
This PR updates thing to use the new ipfs-redux-bundle and skips
window.ipfs in the provider checks.
Also adds an identity bundle as we no longer use /id as the
ipfs connection test, to move us towards supporting the read-only
api where it is all that is available.
fixes #787
fixes #837
License: MIT
Signed-off-by: Oli Evans oli@tableflip.io